Voxco · Example Payload

Delete Studies_{Studykey}_Respondents Response 200

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Delete Studies_{Studykey}_Respondents Response 200 is an example object payload from Voxco, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

failedDeletionsnotFoundRespondentIdserrorMessage

Example Payload

Raw ↑
{
  "failedDeletions": [
    {
      "respondentID": "RID1",
      "errorMessage": "Example error message"
    },
    {
      "respondentID": "RID2",
      "errorMessage": "Responses for Respondent ID not found"
    }
  ],
  "notFoundRespondentIds": [
    "RID2"
  ],
  "errorMessage": null
}